home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / machserver / 1.098 / libc / local.mk < prev    next >
Makefile  |  1990-09-11  |  572b  |  18 lines

  1. #
  2. # This file is included by Makefile.  Makefile is generated automatically
  3. # by mkmf, and this file provides additional local personalization.  The
  4. # variable SYSMAKEFILE is provided by Makefile;  it's a system Makefile
  5. # that must be included to set up various compilation stuff.
  6. # $Header: /sprite/src/kernel/libc/RCS/local.mk,v 1.1 90/09/11 12:39:05 kupfer Exp $
  7. #
  8.  
  9. # Make sure that we don't use a floating point coprocessor.
  10. # Ordinarily <math.h> tries to use the 68881 on sun3s.
  11.  
  12. #if !empty(TM:Msun3)
  13. CFLAGS        += -D__SOFT_FLOAT__
  14. #endif
  15.  
  16. #include    <$(SYSMAKEFILE)>
  17.